[INFO] cloning repository https://github.com/martinffx/seshat
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/martinffx/seshat" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmartinffx%2Fseshat", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmartinffx%2Fseshat'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 7afcd19ca2ee27493b3cc156603f5b56d66c5256
[INFO] checking martinffx/seshat against master#ff647322379c48947c196639599067665ff9eb88 for pr-151539-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmartinffx%2Fseshat" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/martinffx/seshat
[INFO] finished tweaking git repo https://github.com/martinffx/seshat
[INFO] tweaked toml for git repo https://github.com/martinffx/seshat written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/martinffx/seshat on toolchain ff647322379c48947c196639599067665ff9eb88
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ff647322379c48947c196639599067665ff9eb88" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/martinffx/seshat already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ff647322379c48947c196639599067665ff9eb88" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded cc v1.2.43
[INFO] [stderr]   Downloaded getset v0.1.6
[INFO] [stderr]   Downloaded raft-proto v0.7.0
[INFO] [stderr]   Downloaded anyerror v0.1.13
[INFO] [stderr]   Downloaded openraft-macros v0.9.21
[INFO] [stderr]   Downloaded validit v0.2.4
[INFO] [stderr]   Downloaded byte-unit v5.1.6
[INFO] [stderr]   Downloaded slog v2.8.2
[INFO] [stderr]   Downloaded clap v4.5.50
[INFO] [stderr]   Downloaded rocksdb v0.22.0
[INFO] [stderr]   Downloaded raft v0.7.0
[INFO] [stderr]   Downloaded clap_builder v4.5.50
[INFO] [stderr]   Downloaded proptest v1.8.0
[INFO] [stderr]   Downloaded openraft v0.9.21
[INFO] [stderr]   Downloaded libz-sys v1.1.25
[INFO] [stderr]   Downloaded librocksdb-sys v0.16.0+8.10.0
[INFO] [stderr]   Downloaded protobuf-build v0.14.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 5c05f61bb9ffa21e4063bbd4009b950d4ea513e6427537902a5fbc0d9a472a57
[INFO] running `Command { std: "docker" "start" "5c05f61bb9ffa21e4063bbd4009b950d4ea513e6427537902a5fbc0d9a472a57", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "5c05f61bb9ffa21e4063bbd4009b950d4ea513e6427537902a5fbc0d9a472a57" "/opt/rustwide/cargo-home/bin/cargo" "+ff647322379c48947c196639599067665ff9eb88" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5c05f61bb9ffa21e4063bbd4009b950d4ea513e6427537902a5fbc0d9a472a57", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "5c05f61bb9ffa21e4063bbd4009b950d4ea513e6427537902a5fbc0d9a472a57" "/opt/rustwide/cargo-home/bin/cargo" "+ff647322379c48947c196639599067665ff9eb88" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling bitflags v2.9.4
[INFO] [stderr]    Compiling regex-syntax v0.8.8
[INFO] [stderr]    Compiling rustix v1.1.2
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]    Compiling glob v0.3.3
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling prettyplease v0.1.25
[INFO] [stderr]    Compiling hashbrown v0.16.0
[INFO] [stderr]    Compiling bytes v1.10.1
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling fixedbitset v0.4.2
[INFO] [stderr]    Compiling home v0.5.11
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling libloading v0.8.9
[INFO] [stderr]    Compiling multimap v0.8.3
[INFO] [stderr]    Compiling bindgen v0.69.5
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]    Compiling find-msvc-tools v0.1.4
[INFO] [stderr]    Compiling rustc-hash v1.1.0
[INFO] [stderr]    Compiling clang-sys v1.8.1
[INFO] [stderr]    Compiling lazycell v1.3.0
[INFO] [stderr]    Compiling bitflags v1.3.2
[INFO] [stderr]    Compiling protobuf v2.28.0
[INFO] [stderr]    Compiling rust_decimal v1.39.0
[INFO] [stderr]    Compiling cc v1.2.43
[INFO] [stderr]     Checking anstream v0.6.21
[INFO] [stderr]    Compiling slog v2.8.2
[INFO] [stderr]    Compiling indexmap v2.12.0
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]    Compiling proc-macro-error-attr2 v2.0.0
[INFO] [stderr]     Checking tracing-core v0.1.34
[INFO] [stderr]    Compiling unicode-xid v0.2.6
[INFO] [stderr]     Checking clap_builder v4.5.50
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]    Compiling chrono v0.4.42
[INFO] [stderr]    Compiling petgraph v0.6.5
[INFO] [stderr]    Compiling cexpr v0.6.0
[INFO] [stderr]     Checking wait-timeout v0.2.1
[INFO] [stderr]     Checking quick-error v1.2.3
[INFO] [stderr]     Checking bit-vec v0.8.0
[INFO] [stderr]    Compiling tempfile v3.23.0
[INFO] [stderr]     Checking bit-set v0.8.0
[INFO] [stderr]     Checking byte-unit v5.1.6
[INFO] [stderr]    Compiling which v4.4.2
[INFO] [stderr]     Checking rand_xorshift v0.4.0
[INFO] [stderr]     Checking rand v0.9.2
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking unarray v0.1.4
[INFO] [stderr]     Checking maplit v1.0.2
[INFO] [stderr]     Checking serde_json v1.0.145
[INFO] [stderr]     Checking seshat v0.1.0 (/opt/rustwide/workdir/crates/seshat)
[INFO] [stderr]     Checking rusty-fork v0.3.1
[INFO] [stderr]     Checking proptest v1.8.0
[INFO] [stderr]    Compiling regex v1.12.2
[INFO] [stderr]    Compiling prost-derive v0.11.9
[INFO] [stderr]    Compiling proc-macro-error2 v2.0.1
[INFO] [stderr]    Compiling proc-macro2-diagnostics v0.10.1
[INFO] [stderr]    Compiling prost v0.11.9
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling pin-project-internal v1.1.10
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]    Compiling clap_derive v4.5.49
[INFO] [stderr]    Compiling derive_more-impl v1.0.0
[INFO] [stderr]    Compiling getset v0.1.6
[INFO] [stderr]    Compiling prost-derive v0.13.5
[INFO] [stderr]    Compiling openraft-macros v0.9.21
[INFO] [stderr]    Compiling ouroboros_macro v0.18.5
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling prost-types v0.11.9
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]     Checking tokio v1.48.0
[INFO] [stderr]     Checking async-stream v0.3.6
[INFO] [stderr]     Checking pin-project v1.1.10
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking tracing-futures v0.2.5
[INFO] [stderr]     Checking prost v0.13.5
[INFO] [stderr]     Checking ouroboros v0.18.5
[INFO] [stderr]    Compiling prost-build v0.11.9
[INFO] [stderr]     Checking clap v4.5.50
[INFO] [stderr]     Checking derive_more v1.0.0
[INFO] [stderr]    Compiling protobuf-build v0.14.1
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]    Compiling raft-proto v0.7.0
[INFO] [stderr]     Checking erased-serde v0.3.31
[INFO] [stderr]     Checking anyerror v0.1.13
[INFO] [stderr]     Checking bincode v1.3.3
[INFO] [stderr]     Checking validit v0.2.4
[INFO] [stderr]     Checking futures-executor v0.3.31
[INFO] [stderr]     Checking futures v0.3.31
[INFO] [stderr]    Compiling librocksdb-sys v0.16.0+8.10.0
[INFO] [stderr]     Checking raft v0.7.0
[INFO] [stderr]     Checking openraft v0.9.21
[INFO] [stderr]     Checking tokio-stream v0.1.17
[INFO] [stderr]     Checking tokio-util v0.7.16
[INFO] [stderr]     Checking tokio-test v0.4.4
[INFO] [stderr]     Checking seshat-resp v0.1.0 (/opt/rustwide/workdir/crates/resp)
[INFO] [stderr] error: could not compile `openraft` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/ff647322379c48947c196639599067665ff9eb88/bin/rustc --crate-name openraft --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/openraft-0.9.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="storage-v2"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("anyhow", "bench", "bt", "compat", "generic-snapshot-data", "loosen-follower-log-revert", "serde", "serde_json", "single-term-leader", "singlethreaded", "storage-v2", "tracing-log"))' -C metadata=f819f696ed3838b2 -C extra-filename=-d733b8a3456ea006 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern anyerror=/opt/rustwide/target/debug/deps/libanyerror-bd707238e93b90d9.rmeta --extern byte_unit=/opt/rustwide/target/debug/deps/libbyte_unit-dbd46573b2f6ba73.rmeta --extern chrono=/opt/rustwide/target/debug/deps/libchrono-9003ba7f2aa31dd4.rmeta --extern clap=/opt/rustwide/target/debug/deps/libclap-80ffc5c935fd1b7f.rmeta --extern derive_more=/opt/rustwide/target/debug/deps/libderive_more-575b8c5e23b89a9e.rmeta --extern futures=/opt/rustwide/target/debug/deps/libfutures-120b0ea4966c019d.rmeta --extern maplit=/opt/rustwide/target/debug/deps/libmaplit-3e7e98e7c0c45f70.rmeta --extern openraft_macros=/opt/rustwide/target/debug/deps/libopenraft_macros-4d5eff2e3b8df4cc.so --extern rand=/opt/rustwide/target/debug/deps/librand-3e9ecbd9440641b0.rmeta --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-d195aaca7b4376b3.rmeta --extern tokio=/opt/rustwide/target/debug/deps/libtokio-a3460b1c3048e998.rmeta --extern tracing=/opt/rustwide/target/debug/deps/libtracing-de98922f45bd697c.rmeta --extern tracing_futures=/opt/rustwide/target/debug/deps/libtracing_futures-d47771d0e5f22793.rmeta --extern validit=/opt/rustwide/target/debug/deps/libvalidit-d0ecd87b2f954c81.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[ERROR] error running command: no output for 300 seconds
[INFO] running `Command { std: "docker" "inspect" "5c05f61bb9ffa21e4063bbd4009b950d4ea513e6427537902a5fbc0d9a472a57", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5c05f61bb9ffa21e4063bbd4009b950d4ea513e6427537902a5fbc0d9a472a57", kill_on_drop: false }`
[INFO] [stdout] 5c05f61bb9ffa21e4063bbd4009b950d4ea513e6427537902a5fbc0d9a472a57
